/*social icons linekdin footer*/
.footer .footer-top__linkSvg__linkedin {
    position: relative; top: -3.5px;
}
.footer .footer--top__linkSvg:hover path {
    fill: #aa8f6d;
}
.footer .footer--top__brands img {
    max-width: 180px;   
}
.footer .group-link-expresia img {
    position: relative;
    top: -2px;
}

.iconStatistics__icon img {
    object-fit: cover;
}

/*certificate logos*/
.certificatesLogos {
    overflow: hidden;   
}

@media screen and (min-width: 320px) {
    .certificatesLogos__wrapper {
        grid-template-columns: repeat(5, 40px);
        grid-template-rows: auto;
    } 
}

@media screen and (min-width: 1400px) and (max-width: 1625px) {
    .contentLeftRight-group-updated .contentLeftRight__custom__height {
        min-height: 520px;
    }   
}


@media screen and (min-width: 1625px) {
    .contentLeftRight-group-updated .contentLeftRight__custom__height {
        min-height: 620px;
    }   
}

.topBannerInnerSection__bottom .btn.btn--single.btn-primary .icon.icon-arrow-button:before {
    color: #00a0c9;
}

/*remove breadcrumb default link style*/
.bannerTopSection .bannerTopSection__wrapper a:hover {
    color: white;
}

.brown-hover:hover {
    color: #a88e6c !important;
}

.main-menu-template__title a.co-white {
    color: white;
}

.main-menu-template__title a.co-white:hover {
    color: #a88e6c;
}

/*make ul in Career Page two columns*/
@media screen and (min-width: 600px) {
    .TwoColumnsText__content__Right ul {
        columns: 2;
        -webkit-columns: 2;
        -moz-columns: 2;
        column-gap: 70px;
    }
}

/*fix TopbannerInner playlist lineheight on mobile*/
@media screen and (max-width: 576px) { 
    .topBannerInnerSection__bottom .topBannerInnerSection__bottom__second__description {
        line-height: 47px;
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

/*Privacy Policy page fixes*/
.privacyTextOnlySection p {
    text-align: justify;
}

.privacyTextOnlySection ul li {
    list-style: none;
    position: relative;
    
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 41px;
    letter-spacing: .48px;
    color: #353535;
}

.privacyTextOnlySection ul li:not(:last-child) {
    margin-bottom: 10px;
}

.privacyTextOnlySection ul li:before {
    position: absolute;
    top: 14px;
    left: -35px;
    content: "";
    width: 26px;
    height: 16px;
    background-image: url(/media/sfakianakis-group-leaf-eefb5447.svg);
    background-size: 26px 16px;
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
}

/*Homepage Playlist aboutBannerSection fix content positioning*/
.aboutBannerSection .statistics-icons-texts {
    justify-content: space-between;
}

/*History Section on Homepage adjustments for mobile*/
/*@media screen and (max-width: 576px) {*/
/*    .historyBannerSection__right__image__wrapper img {*/
/*        height: 260px;*/
/*    }*/
/*}*/

/*pl13 Simple Text with Statistics*/
.pl-13 .iconStatistics__texts {
    min-height: 75px;
}

@media screen and (max-width: 576px) {
    .rc-anchor-container {
        width: 210px;
    }
}

@media screen and (max-width: 1200px) {
    .contentLeftRight__image img {
        max-height: 470px;   
    }
}

@media (min-width: 1200px) {
  .groupNewsInner .wrapperImgMain img {
    height: auto;
  }
}

/*Playlist Certificate logos change border color requested by client*/
.certificatesLogos {
    border-top: 1px solid #222160;
}

/*Nice Select adjustments requested by client*/
.nice-select {
    position: relative;
    max-width: 100%; 
}

.nice-select .list {
    display: block;     
    max-height: 210px;     
    overflow-y: auto;       
    width: 100%;        
}

.nice-select .list::-webkit-scrollbar {
    width: 4px;
}

.nice-select .list::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 4px;
}

.nice-select .list::-webkit-scrollbar-thumb:hover {
    background-color: #555;
}

@media screen and (min-width: 1200px) {
  .internshipMiddleBannerSection__card {
    gap: 30%;
  }
}

.btn--hover:hover {
    background-color: #aa8f6d !important;   
}





